home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Libris Britannia 4
/
science library(b).zip
/
science library(b)
/
DJGPP
/
FLX238BN.ZIP
/
diffs
/
flex-238
/
configur.bat
next >
Wrap
DOS Batch File
|
1993-11-28
|
488b
|
17 lines
*** orig/flex-238/configur.bat Sun May 30 11:30:54 1993
--- src/flex-238/configur.bat Sun May 30 12:11:28 1993
***************
*** 0 ****
--- 1,11 ----
+ @echo off
+
+ sed -e 's/y\.tab\./parse_tab\./' -e "/sed/ s/'/\"/g" < Makefile > Makefile.dos
+ update Makefile.dos Makefile
+ del Makefile.dos
+
+ sed -e "/^extern.* read / d" -e "/^extern.* unlink / d" -e "/^extern.* write / d" < flexdef.h > tmp.h
+ update tmp.h flexdef.h
+ del tmp.h
+
+ update initscan.c scan.c